home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / RichText / FORMATRANGE.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  786 b   |  13 lines

  1. package icontrols.RichText;
  2.  
  3. import com.ms.wd.win32.RECT;
  4.  
  5. public class FORMATRANGE {
  6.    public int hdc;
  7.    public int hdcTarget;
  8.    // $FF: renamed from: rc com.ms.wd.win32.RECT
  9.    public RECT field_0;
  10.    public RECT rcPage;
  11.    public CHARRANGE chrg = new CHARRANGE();
  12. }
  13.